home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / PPCbwb / PPCbwb111.readme < prev    next >
Encoding:
Text File  |  1998-02-09  |  1.7 KB  |  50 lines

  1. Short: Bywater BASIC interpreter 1.11, powerUP (TM)
  2. Type: dev/lang
  3. Author: Ted A. Campbell, Wouter van Oortmerssen, Andreas R. Kleinert (port)
  4. Uploader: Andreas_Kleinert@t-online.de
  5.  
  6.  Another one in the series of dev/lang powerUP (TM) ports for PPC B-)
  7.  [ and probably the last one, so far ]
  8.  
  9.  This BASIC interpreter is mainly for test purposes (and for fun :-)
  10.  You for example can use it for quick tests on the PPC's speed
  11.  and responsiveness, as well as sourrounding program calls with
  12.  e.g. CLI calls like "Date" to measure execution times.
  13.  
  14.  Have fun!
  15.  
  16.  
  17.  Note: this one no longer needs ixemul.library
  18.  
  19. ***
  20.  
  21. [needs ixemul.library]
  22.  
  23. I came across this very small basic on my 'Language/OS' CD-ROM,
  24. and accidentally typed `make' :-). Since more people might want to
  25. give it a try, I thought I'd dump it on aminet. Note very well
  26. though, I do not intend to support this software in _any_ way.
  27.  
  28. With that out of the way:
  29.  
  30. This is quite a small basic, and it seems to conform to some
  31. ANSI standard for basic (read about that in the original `read.me').
  32. It organises sources with the infamous line-number method.
  33.  
  34. If you start the the interpreter, you can pas a name of a sourcefile
  35. on the command-line which it will immediately run. On the command
  36. line one can enter BASIC-expressions directly, or precede them with
  37. line-numbers to form a program.
  38.  
  39. as an extra it also acts a bit like a shell, as it seems to execute
  40. all commands it doesn't understand via amigados. also it has some
  41. builtin dos-stuff.
  42.  
  43. about the `port': this was done no modifications of significance
  44. to the original source. some parts where compiled without the -O
  45. option though, since otherwise my GCC would guru.
  46.  
  47. Have fun,
  48.  
  49. Wouter.
  50.